call

Runs a batch file from within a batch file.
    call [/S|/N] [drive:][path]filename [batch parameters]

Options

  filename
  The batch file to be called.

  [batch paramaters]
  These are passed on to the batch file being called

  /S
  Forces the swapping of FreeCOM

  /N
  Prevents the swapping of FreeCOM.

Notes

When the called batch file is complete, the processing of the original batch file resumes.

Batch files can be run directly from another batch file without the call command, but processing of the original batch file will not be resumed.

See Also

batch files
Copyright © 2003 Robert Platt
This file forms part of The FreeDOS HTML Help Documentation, and is covered under its terms: see index.htm